home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts1-10
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Help for beginner of OWC++
- Date: Sun, 03 Mar 96 06:56:31 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hbfql$899@sam.inforamp.net>
- References: <96061.093640IO92118@MAINE.MAINE.EDU>
- NNTP-Posting-Host: ts1-10.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <96061.093640IO92118@MAINE.MAINE.EDU>,
- <IO92118@MAINE.MAINE.EDU> wrote:
- >I am learning ObjectWindow.
- >I try the first sample program in bc4.52.
- >compiler always tell me can't open <owl.h>.
- >I think I should do something to open <owl.h>, but I don't know how.
- >Any help is appreciated.
- >Thank you!
-
- It is also convention to specify the include for owl headers with the prefixed
- directory from the primary include directory. I think my mind just went to
- sleep. That first sentence is awful. Anyhow, change the include statement to
- something like...
- #include <owl/owl.h>
- from
- #include <owl.h>
-
- Agrivar
-